home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir39 / cheaputl.zip / CHEAPUTL.DOC < prev    next >
Text File  |  1993-07-18  |  3KB  |  93 lines

  1.              The Ten Minute Utilities:
  2.  
  3.                   7/13/1993
  4.  
  5.      It's just like Christmas!  The slightly useful ten minute
  6. utilities are here!  They are simple, compact, and often useful.
  7. Some of them can be a great help in writing batch files. 
  8. Others can actually improve your computing environment!
  9.  
  10.      Don't get confused: they aren't anything spectacular.  Most of
  11. them consist of only a few instructions.  However, they're
  12. reliable, and they work.  If you don't like 'em, that's 
  13. O.K.  If you do, that's even better!  They're free, so
  14. you're not losing anything by trying them.
  15.  
  16.  
  17.  
  18. DISCLAIMER: ----------    This software is provided as is
  19. without any guarantees or warranty.   Although the authors have
  20. attempted to find and correct any bugs in    the programs, they
  21. are not responsible for any damage or losses of any kind caused
  22. by the use or misuse of the programs. The authors are under no
  23. obligation to provide service, corrections, or upgrades to these
  24. programs.
  25.  
  26.  
  27.  
  28. Description of files included:
  29.  
  30. ALT_TEST.COM - Tests status of ALT key.  Returns ERRORLEVEL 1 if
  31. ALT key is depressed, 0 otherwise.
  32.  
  33. ASK.COM - Prints onscreen whatever is after it on the command
  34. line, then waits for a keystroke.  If the "y" key is pressed,
  35. returns errorlevel 1.  If "n" is pressed, it returns errorlevel
  36. 0.
  37.  
  38. BUFFMOVE - Extends keyboard type ahead buffer to 127 characters.
  39. (NOT TSR)
  40.  
  41. CAPSTOG.COM - Toggles CAPSLOCK state (could be useful in
  42. AUTOEXEC)
  43.  
  44. COLDBOOT.COM - Performs a _cold_ boot.  (Runs POST before
  45. bootstrap)
  46.  
  47. CTRLTEST.COM - Tests state of CTRL key.  Return errorlevel 1 if
  48. CTRL down.  This program could be used to skip a part of AUTOEXEC, etc.
  49.  
  50. CTRLTOG.COM - Toggles CTRL key state.
  51.  
  52. D2H.COM - Converts decimal number on command line to hex and
  53. displays it.  (Taken from PC/Computing's "HELP" column)
  54.  
  55. DUMP.COM - Displays hex dump of specified file.
  56.  
  57. GETDAY.COM - Returns day of the week as errorlevel.
  58. (0=Sunday,1=Monday,etc)
  59. Useful for running program once a week in AUTOEXEC.
  60.  
  61. H2D.COM - Converts hex number on command line to decimal and
  62. displays it.  (Taken from PC/Computing's "HELP" column)
  63.  
  64. LSHIFT.COM - Test status of the left shift button.  Returns
  65. errorlevel 1 if depressed, 0 if not.
  66.  
  67. NUMTOG.COM - Toggles status of NUMLOCK (useful for those who
  68. have an older BIOS which sets NUMLOCK at startup)
  69.  
  70. RSHIFT.COM - Tests status of right shift button. Returns
  71. errorlevel 1 if depressed 0 if not.
  72.  
  73. SCROLTOG.COM - Toggles status of Scroll Lock. Might have some
  74. use.
  75.  
  76. SHIFTTOG.COM - Toggles shift status.  Can be used as a sort of
  77. CAPS LOCK, letting you use the num. keypad for numbers and the
  78. upper keys for their symbols.
  79.  
  80. TEXT.COM - Changes video mode to text (CGA, EGA, VGA).  Useful
  81. for ill-behaved programs that exit to DOS while still in
  82. graphics mode.
  83.  
  84. WARMBOOT.COM - Runs boot routine (DOES NOT RUN POST)
  85.  
  86. Hope you find 'em somewhat useful.
  87.  
  88.  
  89. Robert Johnson & Joe Barthel
  90.  
  91.  
  92.  
  93.